home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / e / yaec.lha / bin / fd2mod.txt < prev    next >
Text File  |  2001-08-12  |  692b  |  23 lines

  1.  
  2.  
  3.    yaec1.8/bin/fd2module.txt
  4.  
  5.    Create MODULE out of FD file.
  6.  
  7.    Put module in e:modules/
  8.  
  9.    usage :
  10.  
  11.    fd2module name.fd  name.e
  12.  
  13.    optional args : BASE basename   -> alternative basename
  14.                    NOCOMMENTS/S    -> strip comments
  15.                    SHOWPRIVATE/S   -> dont remove private function-comments.
  16.                    VERBOSE/S       -> show some info when converting
  17.                    /* this one is not really working good yet */
  18.                    /* (lots of strange types not recognised) */
  19.                    CLP clibproto-name
  20.                    -> merge type-information from clib protofile
  21.                    -> with FD to make typed #macro definitions.
  22.  
  23.